home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / pager2.zip / PAGER2.INS < prev    next >
Text File  |  1989-06-16  |  2KB  |  37 lines

  1. INSTALLATION (COMPILING) INSTRUCTIONS FOR PAGER2
  2.  
  3. 0. If you wish to run PAGER2 on a PC, the file PAGER2.EXE is ready
  4. to go.  No installation is required.  You simply invoke PAGER2 with
  5. the command "PAGER2" at the MSDOS prompt.  See the documentation for
  6. further details.  If you wish to run PAGER2 on some other platform,
  7. it will be necessary to compile it with a validated Ada compiler.
  8. The following steps outline the procedure to do this.
  9.  
  10. 1. Edit the file PAGER2.SRC and extract each of the component files.
  11. Each component file is prefixed by a banner of the form:
  12.  
  13.     --::::::::::
  14.     --filename
  15.     --::::::::::
  16.  
  17. 2. Compile the file CLI.ADA.  This is the machine-independent Ada
  18. package specification for the command-line interface.
  19.  
  20. 3. Depending on your host/target environment, select the appropriate
  21. CLI_*.ADA file.  These files are Ada package bodies which correspond to
  22. the Ada package specification in the file CLI.ADA.  CLI_ALSYS.ADA, for
  23. instance, is an implementation for SUN workstations when the Alsys Ada
  24. compiler is used.  If you have questions about the options, see the files
  25. CLI2*.* in the directory PD2:<ADA.COMPONENTS> in the Ada Software Repository.
  26. CLI2*.* files may also be more current versions of the CLI package bodies
  27. presented in the PAGER2.SRC file.
  28.  
  29. 4. Compile the selected CLI_*.ADA file.
  30.  
  31. 5. Compile the file PAGER2.ADA.
  32.  
  33. 6. Invoke your Ada compiler's binder or linker to create an executable
  34. whose mainline procedure is PAGER2.
  35.  
  36. 7. You now have the PAGER2 executable.
  37.